Path: / v310 / role / external / {id}

Path parameters:
id -

Method Summary
ResourceDescription
GET /v310/role/external/{id}Returns an access control Role that matches the external group ID.

Method Detail
HTTP Example:
GET /v310/role/external/{id}

API Example:

UserRoleResource.getExternalUserRoleById({'id': /* Returns an access control Role that matches the external group ID. */});

Description:
Returns an access control Role that matches the external group ID.
Tintri Api Server Support:
All
Output:
GenericRestApiRole - an access control Role that matches the external group ID.
Produces:
application/json;qs=1, application/xml;qs=0.5
Consumes:
application/json;qs=1, application/xml;qs=0.5